How to visualize real time data on Android? [closed]

Posted by matarsak on Game Development See other posts from Game Development or by matarsak
Published on 2012-03-26T09:55:14Z Indexed on 2012/03/26 17:40 UTC
Read the original article Hit count: 114

Filed under:
|

I want to build and android app that visualizes real time data (2D animation). I set up a UDP channel that get the data, now I want to visualize it.

I know that I can use OpenGL ES, but after a few weeks, I dont think that I'm able to learn that. What about Android Processing? Could it be used for an extensive visualization task like this? or is it limited in some way? I've heard it's not hard learn.

Any other options?

© Game Development or respective owner

Related posts about android

Related posts about visualization